home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzheart
- repeat with n = 35 to 43
- set the visible of sprite n to 1
- end repeat
- if gqzheart < 0 then
- set gqzheart to 0
- end if
- if gqzheart > 9 then
- set gqzheart to 9
- end if
- repeat with n = 43 down to gqzheart + 35
- if gqzheart = 9 then
- exit repeat
- end if
- set the visible of sprite n to 0
- end repeat
- end
-